home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Classicos
/
RadioactiveSnakesFromMa.swf
/
scripts
/
DefineButton2_55
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-20
|
301 b
|
21 lines
on(release){
resolution++;
if(resolution == 1)
{
res = "640 x 480";
}
else if(resolution == 2)
{
res = "480 x 360";
}
else if(resolution == 3)
{
res = "320 x 240";
}
else
{
resolution = 1;
res = "640 x 480";
}
}